@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Base Style
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  color: #444f56;
  font-size: 100%;
  line-height: 1.75;
}

a {
  color: #41860a;
  text-decoration: underline;
}

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

img {
  vertical-align: bottom;
}

.is-collapsed {
  display: none;
}

/**
 * Layout Style
 */
.l-header {
  padding-top: 70px;
}

.l-gnav {
  height: 65px;
}

.l-lnav {
  min-height: 44px;
  background-color: #a7cd4a;
}

.l-main {
  margin: 0;
  width: 100%;
}

.l-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d7d7d7;
}

.l-footer-popup {
  margin-top: 40px;
  border-top: 3px solid #ecedee;
}

.l-grid {
  float: left;
}

.l-main-image {
  border-top: 2px solid #a7cd4a;
  background-color: #f0f0f0;
}

.l-main-top {
  width: 880px;
}

.l-side-top {
  margin-left: 20px;
  width: 300px;
}

.l-main-news {
  width: 870px;
}

.l-side-news {
  width: 290px;
}

.l-ad {
  padding: 32px 0;
  background-color: #f0f0f0;
}

.l-associated {
  padding: 26px 0;
  background-color: #e6e6e6;
}

.l-floor-1f {
  margin-top: 60px;
}

.l-floor-1f,
.l-floor-3f,
.l-floor-5f {
  background-color: #ecedee;
}

.l-container-odd {
  background-color: #fff;
}

.l-container-even {
  background-color: #ecedee;
}

.l-facility-nav {
  background-color: #e4e4e4;
}

.l-guide-dantai {
  padding: 50px 20px;
  width: 580px;
  background-color: #fde9f1;
}

.l-guide-kojin {
  margin-left: 40px;
  padding: 50px 20px;
  width: 580px;
  background-color: #ffefed;
}

.l-container-1200 {
  margin-left: -10px;
  width: 1200px;
}

.l-container-1200:after {
  content: "";
  display: table;
  clear: both;
}

.l-container-1200 > .l-grid-06 {
  float: left;
  margin-left: 10px;
  width: 590px;
}

.l-container-900 {
  margin-left: -10px;
  width: 900px;
}

.l-container-900:after {
  content: "";
  display: table;
  clear: both;
}

.l-container-900 > .l-grid-03 {
  float: left;
  margin-left: 10px;
  width: 215px;
}

.l-container-900 > .l-grid-06 {
  float: left;
  margin-left: 10px;
  width: 440px;
}

.l-container-900 > .l-grid-09 {
  float: left;
  margin-left: 10px;
  width: 665px;
}

.header-main {
  height: 82px;
}

.header-main-container {
  margin: 0 auto;
  width: 1200px;
}

.header-main-container:after {
  content: "";
  display: table;
  clear: both;
}

.header-utility {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  min-width: 1200px;
  background-color: #a7cd4a;
}

.header-utility-container {
  position: relative;
  margin: 0 auto;
  padding-left: 557px;
  width: 1200px;
}

.header-utility-container:after {
  content: "";
  display: table;
  clear: both;
}

.header-popup {
  margin: 0 auto;
  width: 1200px;
  height: 70px;
  background-color: #a7cd4a;
}

.header-popup:after {
  content: "";
  display: table;
  clear: both;
}
  /* 20240401修正 */
.logo {
  float: left;
  margin: 0;
  padding: 15px 0 0 0;
  max-width: 400px;
  height: 70px;
  background-color: #fff;
  font-size: 0;
  line-height: 1;
}
.logo img{
  width: 100%;
}

.support {
  display: table;
  float: right;
  padding: 18px 0 0 0;
}

.support-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list:after {
  content: "";
  display: table;
  clear: both;
}

.support-item {
  display: table-cell;
  vertical-align: middle;
}

.support-item > a {
  display: block;
  height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.support-item > a:hover, .support-item > a.is-current {
  background-position: left bottom;
}

.support-item > a.support-realtime {
  margin-left: 50px;
  width: 286px;
  height: 46px;
  background-image: url(../img/shared/btn_realtime.png);
}

.support-guide {
  width: 207px;
  background-image: url(../img/shared/btn_guide.png);
}

.support-access {
  margin-left: 50px;
  width: 122px;
  background-image: url(../img/shared/btn_access.png);
}

.language {
  float: left;
  margin: 17px 0 18px;
  width: 286px;
}

.language-title {
  float: left;
  margin: 10px 12px 8px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.language-list {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.language-item {
  display: inline-block;
  margin-left: 8px;
}

.language-item:first-child {
  margin-left: 0;
}

.language-item > a {
  display: block;
  padding: 10px;
  border-radius: 50%;
  background-color: #a4a4a4;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  vertical-align: middle;
}

.language-item > a.is-current, .language-item > a:hover {
  background-color: #fff;
  color: #41860a;
}

.no-borderradius .language-item > a {
  position: relative;
  behavior: url("/css/PIE.htc");
}

.fontsize {
  float: left;
  margin: 14px 0 13px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  width: 286px;
}

.fontsize-popup {
  float: right;
  width: 294px;
}

.fontsize-title {
  float: left;
  margin: 13px 24px 13px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.fontsize-list {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.fontsize-item {
  display: inline-block;
  margin-left: 4px;
}

.fontsize-item:first-child {
  margin-left: 0;
}

.fontsize-item > a {
  display: block;
  width: 43px;
  height: 43px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.fontsize-item > a.is-current, .fontsize-item > a:hover {
  background-position: center bottom;
}

.fontsize-regular {
  background-image: url(../img/shared/btn_font_regular.png);
}

.fontsize-large {
  background-image: url(../img/shared/btn_font_large.png);
}

.fontsize-xlarge {
  background-image: url(../img/shared/btn_font_xlarge.png);
}

.button-search {
  float: right;
  position: relative;
  margin: 18px 0 16px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  width: 63px;
  height: 36px;
  font-size: 0;
}

.button-search > a {
  display: block;
  position: absolute;
  z-index: 2;
}

.search-box {
  position: absolute;
  top: 70px;
  right: 0;
  width: 640px;
  height: 70px;
}

.search-box.is-hidden {
  display: none;
}

.search-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  right: 6px;
  border: 16px solid transparent;
  border-bottom: 16px solid #7ac143;
}

.search-box:after {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  right: 6px;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
}

.search-form {
  padding: 9px 9px 9px 70px;
  border: 4px solid #7ac143;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/shared/icon_search.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  font-size: 0;
}

.search-text {
  -webkit-appearance: searchfield;
  padding: 0 10px;
  border: none;
  border-left: 2px solid #7ac143;
  width: 86%;
  height: 2.75em;
  font-size: 1rem;
}

.search-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.search-button {
  border: none;
  padding: 0 12px;
  background-color: #a7cd4a;
  color: #fff;
  height: 2.75em;
  font-size: 1rem;
}

.footer-container {
  margin: 0 auto;
  width: 1200px;
}

.footer-nav > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-nav-item {
  display: inline-block;
  border-right: 1px solid #505050;
  padding: 0 30px;
  font-size: 0.75em;
  line-height: 1.1;
}

.footer-nav-item:first-child {
  border-left: 1px solid #505050;
}

.footer-nav-item > a {
  color: #505050;
  text-decoration: none;
}

.footer-nav-item > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.copyright {
  display: block;
  margin-top: 22px;
  color: #505050;
  font-size: 0.75em;
  text-align: center;
  max-height: 100%;
}

/**
 * Nav Style
 * gnav
 * lnav
 * facility-nav
 */
.gnav {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  z-index: 2;
}

.gnav:after {
  content: "";
  display: table;
  clear: both;
}

.gnav:after {
  z-index: 1;
}

.gnav-item {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  margin-left: -1px;
  z-index: 1;
}

.gnav-item > a {
  display: block;
  height: 65px;
  background-image: url(../img/shared/global_nav.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gnav-item.is-current, .gnav-item:hover {
  z-index: 5;
}

.gnav-item.is-current:before, .gnav-item.is-current:after, .gnav-item:hover:before, .gnav-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4px;
  height: 4px;
}

.gnav-item.is-current:before, .gnav-item:hover:before {
  left: -4px;
  background-image: url(../img/shared/global_nav_about_before.png);
}

.gnav-item.is-current:after, .gnav-item:hover:after {
  right: -4px;
  background-image: url(../img/shared/global_nav_about_after.png);
}

.gnav-about {
  margin-left: 0;
}

.gnav-about > a {
  width: 172px;
  background-position: 0 0;
}

.gnav-about:hover > a,
.gnav-about.is-current > a {
  background-position: 0 -65px;
}

.gnav-guide > a {
  width: 173px;
  background-position: -171px 0;
}

.gnav-guide:hover > a,
.gnav-guide.is-current > a {
  background-position: -171px -65px;
}

.gnav-dantai > a {
  width: 172px;
  background-position: -343px 0;
}

.gnav-dantai:hover > a,
.gnav-dantai.is-current > a {
  background-position: -343px -65px;
}

.gnav-kojin > a {
  width: 172px;
  background-position: -514px 0;
}

.gnav-kojin:hover > a,
.gnav-kojin.is-current > a {
  background-position: -514px -65px;
}

.gnav-facility > a {
  width: 172px;
  background-position: -685px 0;
}

.gnav-facility:hover > a,
.gnav-facility.is-current > a {
  background-position: -685px -65px;
}

.gnav-school > a {
  width: 173px;
  background-position: -856px 0;
}

.gnav-school:hover > a,
.gnav-school.is-current > a {
  background-position: -856px -65px;
}

.gnav-program {
  margin-right: -1px;
}

.gnav-program > a {
  width: 173px;
  background-position: -1028px 0;
}

.gnav-program:hover > a,
.gnav-program.is-current > a {
  background-position: -1028px -65px;
}

.gnav-program.is-current:after, .gnav-program:hover:after {
  right: -3px;
}

.lnav {
  margin: 0 auto;
  padding: 8px 0;
  width: 1200px;
  text-align: center;
  list-style: none;
}

.lnav:after {
  content: "";
  display: table;
  clear: both;
}

.lnav-item {
  display: inline-block;
  border-right: 1px solid #fff;
}

.lnav-item:first-child {
  border-left: 1px solid #fff;
}

.lnav-item > a {
  display: block;
  padding: 0 44px;
  color: #fff;
  text-decoration: none;
}

.lnav-item > a:hover {
  color: #edf5db;
}

.facility-nav {
  display: table;
  padding: 15px;
  width: 100%;
  background-color: #e4e4e4;
}

.facility-nav-title {
  position: relative;
  display: table-cell;
  width: 115px;
  background-color: #a52faa;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  vertical-align: middle;
}

.facility-nav-title-1f {
  background-color: #3498db;
}

.facility-nav-title-2f {
  background-color: #6e64d1;
}

.facility-nav-title-3f {
  background-color: #ff664d;
}

.facility-nav-title-4f {
  background-color: #f2c200;
}

.facility-nav-title-5f {
  background-color: #1bc1a0;
}

.facility-nav-body {
  display: table-cell;
}

.facility-nav-list {
  margin: -10px 0 0 0;
  padding: 0 0 0 5px;
  list-style: none;
}

.facility-nav-item {
  display: inline-block;
  margin: 10px 0 0 5px;
}

.facility-nav-item > a {
  display: block;
  position: relative;
  padding: 3px 18px;
  background-color: #444f56;
  color: #c5e771;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
}

.facility-nav-item > a:hover {
  background-color: #a7cd4a;
  color: #444f56;
}

.facility-nav-item > a:hover:after {
  background-image: url(../img/shared/arrow_lnav_on.png);
}

.facility-nav-item > a:after {
  content: "";
  display: inline-block;
  margin: 0 0 4px 15px;
  width: 7px;
  height: 14px;
  background-image: url(../img/shared/arrow_lnav.png);
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
}

/**
 * Button Style
 * button
 * button-large
 * button-back
 */
.button {
  display: inline-block;
  padding: 0 16px;
  background-color: #a7cd4a;
  color: #fff;
  font-size: 0.875em;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover {
  color: #fff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.button-info-faq {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}

.button-info-faq:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 8px;
  height: 16px;
  background-image: url(../img/shared/arrow_right_white.png);
  background-repeat: no-repeat;
}

.button-info-access {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-info-access:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 8px;
  height: 16px;
  background-image: url(../img/shared/arrow_right_white.png);
  background-repeat: no-repeat;
}

.button-large {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
}

.button-large:hover {
  background-position: left bottom;
}

.button-riyouwaku {
  width: 310px;
  height: 60px;
  background-image: url(../img/shared/btn_riyouwaku.png);
}

.button-dantai-intro {
  width: 300px;
  height: 60px;
  background-image: url(../img/guide/index/btn_dantai_intro.png);
}

.button-kojin-intro {
  width: 300px;
  height: 60px;
  background-image: url(../img/guide/index/btn_kojin_intro.png);
}

.button-shinseisho {
  width: 300px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_shinseisho.png);
}

.button-member {
  width: 283px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_member.png);
}

.button-shinseisho-member {
  width: 358px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_shinseisho_member.png);
}

.button-dantai-price {
  width: 349px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_price.png);
}

.button-availability {
  width: 515px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_availability.png);
}

.button-attention {
  width: 349px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_attention.png);
}

.button-chusen {
  width: 349px;
  height: 60px;
  background-image: url(../img/guide/dantai/introduction/btn_chusen.png);
}

.button-kojin-price {
  width: 349px;
  height: 60px;
  background-image: url(../img/guide/kojin/introduction/btn_price.png);
}

.button-kojin-price-teiki {
  width: 409px;
  height: 60px;
  background-image: url(../img/guide/kojin/introduction/btn_price_teiki.png);
}

.button-admission {
  width: 409px;
  height: 60px;
  background-image: url(../img/guide/kojin/introduction/btn_admission.png);
}

.button-kojin-teiki-flow {
  width: 490px;
  height: 60px;
  background-image: url(../img/guide/kojin/price_teiki/btn_kojin_teiki_flow.png);
}

.button-parking {
  width: 409px;
  height: 60px;
  background-image: url(../img/shared/btn_parking.png);
}

.button-program {
  width: 501px;
  height: 60px;
  background-image: url(../img/shared/btn_program.png);
}

.button-pool {
  width: 501px;
  height: 60px;
  background-image: url(../img/shared/btn_pool.png);
}

.button-restaurant {
  width: 330px;
  height: 60px;
  background-image: url(../img/shared/btn_restaurant.png);
}

.button-school {
  width: 331px;
  height: 60px;
  background-image: url(../img/shared/btn_school.png);
}

.button-shop {
  width: 330px;
  height: 60px;
  background-image: url(../img/shared/btn_shop.png);
}

.button-yoyaku {
  width: 370px;
  height: 60px;
  background-image: url(../img/shared/btn_yoyaku.png);
}

.button-access {
  width: 390px;
  height: 60px;
  background-image: url(../img/facility/1f/btn_access.png);
}

.button-back {
  display: inline-block;
  position: relative;
  padding: 6px;
  height: 26px;
  background-color: #444f56;
  color: #c5e771;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: .005em;
  text-decoration: none;
}

.button-back:hover {
  background-color: #a7cd4a;
  color: #444f56;
}

.button-back:hover:before {
  border-right-color: #a7cd4a;
}

.button-back:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -26px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-right: 13px solid #444f56;
  font-size: 0;
}

.button-container {
  margin-top: 20px;
  margin-left: -20px;
  font-size: 0;
}

.button-container > a {
  margin-left: 20px;
}

.button-container-center {
  margin-left: 0;
  text-align: center;
}

.button-container-center > a {
  margin: 0 20px;
}

.button-group-title {
  margin: 10px 0 0 0;
}

.button-docs {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.25em;
  text-decoration: none;
}

.button-docs:hover {
  color: #ffffff;
}

.button-docs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.button-docs > .button-label {
  display: table-cell;
  position: relative;
  padding: 15px 30px 15px 15px;
  height: 60px;
  vertical-align: middle;
}

.button-docs > .button-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 9px;
  height: 19px;
  background-image: url(../img/shared/btn_icon_arrow.png);
}

.button-docs > .button-icon {
  content: "";
  display: table-cell;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

.button-docs--pool:hover:after {
  background-color: rgba(19, 84, 127, 0.5);
}

.button-docs--pool > .button-icon {
  background-color: #096fb4;
  background-image: url(../img/shared/btn_icon_pool.png);
}

.button-docs--pool > .button-label {
  background-color: #3498db;
}

.button-docs--program:hover:after {
  background-color: rgba(78, 5, 81, 0.5);
}

.button-docs--program > .button-icon {
  background-color: #731677;
  background-image: url(../img/shared/btn_icon_program.png);
}

.button-docs--program > .button-label {
  background-color: #a52faa;
}

.button-docs--riyouwaku:hover:after {
  background-color: rgba(121, 166, 10, 0.5);
}

.button-docs--riyouwaku > .button-icon {
  background-color: #7ba710;
  background-image: url(../img/shared/btn_icon_program.png);
}

.button-docs--riyouwaku > .button-label {
  background-color: #9dc43f;
}

/**
 * Font Style
 * js-fsize-regular
 * js-fsize-large
 * js-fsize-xlarge
 */
.js-fsize-regular {
  font-size: 100%;
}

.js-fsize-large {
  font-size: 125%;
}

.js-fsize-xlarge {
  font-size: 150%;
}

/**
 * Icon Style
 * icon
 * icon-milk
 * icon-milk
 * icon-milk
 * icon-milk
 */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-milk {
  width: 36px;
  height: 36px;
  background-image: url(../img/facility/index/icon_milk.png);
}

.icon-multipurpose-toilet {
  width: 36px;
  height: 36px;
  background-image: url(../img/facility/index/icon_multipurpose_toilet.png);
}

.icon-toilet {
  width: 36px;
  height: 36px;
  background-image: url(../img/facility/index/icon_toilet.png);
}

.icon-aed {
  width: 36px;
  height: 36px;
  background-image: url(../img/facility/index/icon_aed.png);
}

.icon-badminton-kojin {
  margin: 0 10px 10px 17px;
  width: 36px;
  height: 36px;
  background-image: url(../img/guide/kojin/index/icon_badminton_kojin.png);
}

.icon-tabletennis-kojin {
  margin: 0 10px 10px 17px;
  width: 35px;
  height: 33px;
  background-image: url(../img/guide/kojin/index/icon_tabletennis_kojin.png);
}

.icon-basketball-kojin {
  margin: 0 10px 10px 17px;
  width: 30px;
  height: 31px;
  background-image: url(../img/guide/kojin/index/icon_basketball_kojin.png);
}

.icon-futsal-kojin {
  margin: 0 10px 10px 17px;
  width: 30px;
  height: 31px;
  background-image: url(../img/guide/kojin/index/icon_futsal_kojin.png);
}

.icon-pool-kojin {
  margin: 0 10px 10px 17px;
  width: 42px;
  height: 24px;
  background-image: url(../img/guide/kojin/index/icon_pool_kojin.png);
}

.icon-archery-kojin {
  margin: 0 10px 10px 17px;
  width: 38px;
  height: 30px;
  background-image: url(../img/guide/kojin/index/icon_archery_kojin.png);
}

.icon-beginner-kojin {
  margin: 0 20px 10px 20px;
  width: 25px;
  height: 38px;
  background-image: url(../img/guide/kojin/index/icon_beginner_kojin.png);
}

.icon-price-kojin {
  margin: 0 20px 15px 25px;
  width: 25px;
  height: 33px;
  background-image: url(../img/guide/kojin/index/icon_price_kojin.png);
}

.icon-train {
  margin: 0 11px 4px 11px;
  width: 41px;
  height: 40px;
  background-image: url(../img/access/index/icon_train.png);
}

.icon-car {
  margin: 0 12px 12px 12px;
  width: 38px;
  height: 27px;
  background-image: url(../img/access/index/icon_car.png);
}

/**
 * Table Style
 */
.table {
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #444f56;
  border-bottom: 1px solid #444f56;
  width: 100%;
}

.table > thead th {
  padding: 4px;
  border-top: 1px solid #444f56;
  border-left: 1px solid #444f56;
  font-size: 1.25em;
  font-weight: normal;
  text-align: center;
}

.table > tbody th {
  padding: 14px;
  background-color: #eaeaea;
  border-top: 1px solid #444f56;
  border-left: 1px solid #444f56;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
}

.table > tbody td {
  padding: 14px;
  background-color: #fff;
  border-top: 1px solid #444f56;
  border-left: 1px solid #444f56;
  line-height: 1.25;
  text-align: center;
}

.table > tbody td.price-data-inside {
  background-color: #f4fcdf;
}

.table > tbody td.price-data-outside {
  background-color: #ffffff;
}

.table-grid-21 {
  width: 21%;
}

.table-grid-18 {
  width: 18%;
}

.table-grid-16 {
  width: 16%;
}

.table-grid-12 {
  width: 12%;
}

.table .table-grid-12 {
  padding-left: 0;
  padding-right: 0;
}

.table-grid-11 {
  width: 11%;
}

.table-grid-10 {
  width: 10%;
}

.table .table-grid-10 {
  padding-left: 0;
  padding-right: 0;
}

.table-head-3 {
  display: inline-block;
  width: 3em;
}

.table-head-4 {
  display: inline-block;
  width: 4em;
}

.table-head-5 {
  display: inline-block;
  width: 5em;
}

.table-price {
  margin-top: 20px;
}

.table-price:first-child {
  margin-top: 0;
}

.table-rental {
  width: 100%;
}

.table-rental > tbody > tr > th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.table-rental > tbody > tr > td {
  text-align: right;
  vertical-align: top;
}

.table-school > tbody > tr > th {
  padding-left: 0;
  padding-right: 0;
}

.heading-weekday {
  background-color: #c6e0f5;
}

.heading-holiday {
  background-color: #f8d9e1;
}

.heading-allday {
  background-color: #d9e6b9;
}

/**
 * Title Style
 * page-header
 * title-page
 * title-primary
 * title-secondary
 * title-tertiary
 */
.page-header {
  margin-top: 50px;
}

.page-header-popup {
  position: relative;
  margin-top: 63px;
}

.title-page {
  margin: 0;
  font-size: 0;
}

.title-primary-container {
  position: relative;
}

.title-primary {
  margin: 0;
}

.title-primary.title-guide-index {
  text-align: center;
}

.title-secondary {
  margin: 0;
  padding: 10px 16px;
  border-left: 10px solid transparent;
  background-color: #a1a4a6;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.1;
}

.title-secondary.title-about, .title-secondary.title-clubroom, .title-secondary.title-faq, .title-secondary.title-privacy, .title-secondary.title-site-policy {
  border-color: #a7cd4a;
}

.title-secondary.title-guide {
  border-color: #f02475;
}

.title-secondary.title-dantai {
  border-color: #f02475;
}

.title-secondary.title-kojin {
  border-color: #ff664d;
}

.title-secondary.title-kids-school {
  border-color: #20abce;
}

.title-secondary.title-seijin-school {
  border-color: #206ece;
}

.title-secondary.title-program {
  border-color: #a52faa;
}

.title-secondary.title-access {
  border-color: #a7cd4a;
}

.title-secondary.title-shinsei-intro01 {
  border-color: #ce1900;
  background-color: #ea4b36;
}

.title-secondary.title-shinsei-intro02 {
  border-color: #1386d3;
  background-color: #2e97de;
}

.title-tertiary {
  margin: 0;
  border-bottom: 1px dotted #000;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.6;
}

.title-quaternary {
  margin: 0;
  font-size: 1em;
}

/**
 * Parts Style
 */
.tmpl-container {
  margin: 20px auto 0;
  width: 1200px;
}

.tmpl-title {
  font-weight: bold;
}

/**
 * content
 */
.content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  max-height: 100%;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.content.content-main-top {
  padding: 20px 0;
}

.content.content-banner {
  width: 970px;
}

.content.content-facility-index {
  margin-top: 30px;
}

.content.content-facility-floor {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-school {
  padding: 40px 0 42px 0;
}

.content-program {
  padding: 40px 0 42px 0;
}

.content.content-program-outer {
  padding-bottom: 42px;
}

/**
 * list
 */
.list {
  margin: 0 0 0 1.25em;
  padding-left: 0;
  max-height: 100%;
}

.olist {
  margin: 0 0 0 1.75em;
  padding-left: 0;
}

.dlist {
  margin: 0;
}

.dlist > dt {
  font-weight: bold;
}

.dlist > dd {
  margin: 0;
}

.notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice-list.indent-26 > li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.notice-list-kojin {
  margin-top: 20px;
}

.notice-list-school {
  margin-left: 1em;
}

.list-title {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1em;
}

.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-icon > li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-icon > .list-item-use {
  margin: 10px 0 0 0;
}

.list-icon.list-square > li:before {
  content: "■";
}

.list-icon.list-circle > li:before {
  content: "●";
}

.legend-list {
  margin: 0;
  padding-left: 0;
}

.legend-list > li {
  display: inline-block;
}

.list-detail {
  display: table;
  width: 100%;
}

.list-detail-item {
  display: table-row;
}

.list-detail-item > dt {
  display: table-cell;
  padding-top: 20px;
  padding-right: 50px;
}

.list-detail-item > dd {
  display: table-cell;
  padding-top: 20px;
}

.list-detail-item:first-child > dt,
.list-detail-item:first-child > dd {
  padding-top: 0;
}

.list-detail-notice {
  font-size: 0.875em;
  line-height: 1.42857;
}

.list-detail-label {
  display: block;
  border: 1px solid #444f56;
  font-weight: bold;
  text-align: center;
}

.list-table {
  display: table;
  border-spacing: 0 .5em;
  width: 100%;
}

.list-table-item {
  display: table-row;
}

.list-table-item > dt {
  display: table-cell;
  font-weight: bold;
}

.list-table-item > dd {
  display: table-cell;
}

.list-school {
  list-style: none;
  margin: 0 20px;
  padding-left: 0;
}

.list-school > li {
  margin-top: 10px;
}

.list-school > li > a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 30px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.list-school > li > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.list-school > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 1em;
  margin: auto 0;
  background-image: url(../img/sports-school/index/arrow_right_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.list-school-kids > li > a {
  background-color: #5cc1db;
}

.list-school-seijin > li > a {
  background-color: #5c95db;
}

/**
 * link-text
 */
.link-text {
  padding-right: 30px;
  background-image: url(../img/shared/arrow_link.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #41860a;
  text-decoration: none;
}

.link-text:hover {
  background-image: url(../img/shared/arrow_link_on.png);
  color: #7ac143;
}

.link-text--block {
  padding: 10px 20px 10px 10px;
  border: 1px solid #41860a;
}

/**
 * link-text
 */
.link-block {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #7ac143;
  background-color: #ffffff;
  color: #41860a;
  text-decoration: none;
}

.link-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 6px;
  height: 13px;
  background-image: url(../img/shared/arrow_link.png);
}

.link-block:hover {
  border-color: #7ac143;
  color: #7ac143;
}

.link-block:hover:after {
  background-image: url(../img/shared/arrow_link_on.png);
}

/**
 * link-image
 */
.link-image:hover > img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/**
 * text
 */
.text {
  margin: 20px 0 0 0;
  max-height: 100%;
}

.text-single,
.text-first {
  margin: 0;
}

/**
 * page-top
 */
.page-top {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 0;
}

.page-top > a {
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 100px;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(122, 193, 67, 0.7);
  background-image: url(../img/shared/arrow_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.no-rgba .page-top > a {
  background-image: url(../img/shared/btn_pagetop.png);
}

/**
 * Page Common Style
 */
.page-introduction {
  margin: 0 20px;
}

.page-description {
  margin: 40px 0 0 0;
  font-size: 1.125em;
  line-height: 1.77778;
  max-height: 100%;
}

.page-nav:after {
  content: "";
  display: table;
  clear: both;
}

.page-content {
  margin: 0 20px;
  padding-bottom: 50px;
}

.page-content-about {
  margin: 0 110px;
}

.page-content-guide, .page-content-fullwide {
  margin: 45px 0 0;
}

.page-content-guide:after, .page-content-fullwide:after {
  content: "";
  display: table;
  clear: both;
}

.page-content-index {
  margin-top: 90px;
}

.page-content-sitemap {
  padding-top: 50px;
}

.page-content-news {
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-content-news:after {
  content: "";
  display: table;
  clear: both;
}

.section-header {
  margin-top: 55px;
}

.section-introduction {
  margin: 0 20px;
}

.section-content {
  margin: 0 20px;
}

.section,
.subsection {
  margin-top: 50px;
}

.section-body,
.subsection-body {
  margin-top: 30px;
}

.subsection-program {
  margin-top: 40px;
}

.emphasis-dantai {
  color: #f02475;
}

.emphasis-kojin {
  color: #ff664d;
}

.emphasis-outside {
  color: #41860a;
}

.emphasis-underline {
  color: #ff0000;
  text-decoration: underline;
}

/**
 * Warning message Style
 */
.warning-message {
  margin: 30px 0;
  padding: 0 50px 10px 50px;
  border: 5px solid #f00;
  background-color: #fff;
}

.warning-message > p {
  margin: 10px 0 0 0;
  color: #f00;
  font-size: 1.875em;
  line-height: 1.26667;
}

/**
 * Error message Style
 */
.error-head {
  margin-top: 100px;
  text-align: center;
}

.error-title {
  font-size: 1.25em;
}

.error-code {
  display: block;
  font-size: 1em;
}

.error-message {
  margin: 50px 0 100px 0;
}

.error-text {
  text-align: center;
}

.error-link {
  list-style: none;
  margin-top: 50px;
  text-align: center;
}

.error-link-item {
  display: inline-block;
  margin: 0 20px;
}

/**
 * Attention Message
 */
.attention-message {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.125em;
}

.attention-message a {
  color: #FF0000;
}

.attention-message:hover {
  color: #FF0000;
}

/**
 * Page: Top Style
 */
.top-main-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-main-nav > ul:after {
  content: "";
  display: table;
  clear: both;
}

.top-main-nav-item {
  float: left;
  width: 300px;
}

.top-main-nav-item > a:hover > img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.top-sub-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-sub-nav-item {
  margin: 2px 0 0 0;
}

.top-sub-nav-item:first-child {
  margin-top: 0;
}

.top-sub-nav-item > a:hover > img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.top-slide {
  position: relative;
  float: left;
  width: 600px;
  height: 330px;
}

.slide-list {
  overflow: hidden;
  height: 330px;
}

.slide-list > div {
  float: left;
  width: 600px;
  height: 330px;
}

.slide-pagination {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 0;
  text-align: right;
  z-index: 100;
}

.slide-pagination > a {
  display: inline-block;
  margin: 0 9px 0 0;
  width: 13px;
  height: 13px;
  background-image: url(../img/index/dot_white.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.slide-pagination > a.selected {
  background-image: url(../img/index/dot_green.png);
  cursor: default;
}

.slide-pagination > a > span {
  display: none;
}

.top-guide-nav {
  float: left;
  width: 300px;
}

.top-guide-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-guide-nav-item > a:hover > img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.news-latest {
  margin: 0 auto;
  width: 820px;
}

.news-header {
  position: relative;
  border-bottom: 1px solid #787878;
}

.news-header > h2 {
  margin: 0;
  padding: 2px 10px;
  color: #a7cd4a;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.news-header a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 1.2em;
  color: #666;
  font-size: 0.875em;
  line-height: 1.2;
  text-decoration: none;
}

.news-header a:after {
  content: " >";
}

.news-header a:hover {
  text-decoration: underline;
}

.news-list {
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.news-item {
  display: table;
  width: 100%;
}

.news-item > a {
  display: table-row;
  text-decoration: none;
}

.news-item > a:hover {
  background-color: #f0f0f0;
}

.news-category {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #eee;
  width: 140px;
  font-size: 0.75em;
  line-height: 1.33333;
  text-align: center;
}

.news-category span {
  display: inline-block;
  padding: 1px 0;
  width: 100%;
  color: #fff;
  letter-spacing: .15em;
}

.news-category-event {
  background-color: #e74c3c;
}

.news-category-seminar {
  background-color: #3498db;
}

.news-category-campaign {
  background-color: #f39c12;
}

.news-category-facility {
  background-color: #ea6ebd;
}

.news-category-operation {
  background-color: #1dbeb1;
}

.news-category-maintenance {
  background-color: #928af6;
}

.news-date, .news-title {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #444f56;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.42857;
}

.news-date {
  width: 100px;
}

.info {
  margin-top: 20px;
  padding: 29px;
  border: 1px solid #505050;
}

.info:after {
  content: "";
  display: table;
  clear: both;
}

.info-main {
  float: left;
  width: 463px;
}

.info-side {
  float: left;
  margin-left: 20px;
  width: 337px;
}

.info-calendar {
  margin-top: 5px;
  width: 337px;
  height: 274px;
}

.info-calendar-title {
  margin: 0;
  padding-left: 4px;
  background-color: #eeeeee;
  font-size: 1em;
}

.info-calendar-title > span {
  font-size: 0.875em;
  font-weight: normal;
}

.info-calendar-text {
  margin: 5px 0 0 0;
  font-size: 0.875em;
  line-height: 1.42857;
}

.info-access {
  display: table;
  margin: 10px 0 0 0;
  width: 100%;
}

.info-access:first-child {
  margin-top: 0;
}

.info-access > dt {
  display: table-cell;
  width: 120px;
  font-size: 0.875em;
  line-height: 2;
  text-align: center;
  vertical-align: top;
}

.info-access > dt > span {
  display: block;
  padding: 1px 10px;
  border: 1px solid #505050;
  width: 100%;
}

.info-access > dd {
  display: table-cell;
  vertical-align: top;
}

.info-access > dd > strong {
  font-size: 1.375em;
  line-height: 1.27273;
}

.info-access > dd > span {
  font-size: 0.875em;
  line-height: 1.27273;
}

.info-access-time {
  padding: 0 10px;
}

.info-access-tel {
  padding: 0 10px;
}

.info-access-button {
  padding: 0;
  width: 132px;
}

.info-address {
  display: table;
  margin: 25px 0 0 0;
  width: 100%;
}

.info-address-text {
  display: table-cell;
  line-height: 1.2;
}

.info-address-button {
  display: table-cell;
  width: 132px;
  text-align: center;
  vertical-align: middle;
}

.info-address-label {
  font-size: 1.875em;
}

.info-address-data {
  font-size: 1.125em;
}

.info-text {
  margin: 20px 0 0 0;
  font-size: 0.875em;
}

.info-hinan {
  margin: 20px 0 0 0;
  color: #0d903e;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.18182;
}

.info-hinan-text {
  display: block;
  margin-left: 66px;
  padding-top: 4px;
}

.icon-kinshi-park {
  display: inline-block;
  float: left;
  width: 56px;
  height: 56px;
  background-image: url(../img/index/icon_kinshi_park.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.associated {
  margin: 0 auto;
  width: 725px;
}

.associated-list {
  list-style: none;
  margin: -10px 0 0 -10px;
  padding: 0;
}

.associated-list:after {
  content: "";
  display: table;
  clear: both;
}

.associated-item {
  float: left;
  margin: 10px 0 0 10px;
  width: 235px;
}

.ad-list {
  list-style: none;
  margin: -10px 0 0 -10px;
  padding: 0;
}

.ad-list:after {
  content: "";
  display: table;
  clear: both;
}

.ad-item {
  float: left;
  margin: 10px 0 0 10px;
  width: 130px;
}

.ad-text {
  margin: 10px 0 0 0;
  font-size: 0.875em;
  text-align: right;
  letter-spacing: 0.06em;
}

.ad-text > a {
  color: #666;
  text-decoration: none;
}

.ad-text > a:after {
  content: " >";
}

.ad-text > a:hover {
  text-decoration: underline;
}

/**
 * Page: About Style
 */
.about-function {
  position: relative;
}

.about-function-image {
  padding: 255px 0 60px 0;
  text-align: center;
}

.about-function-item {
  position: absolute;
  margin: 0;
  width: 370px;
}

.about-function-item > dt {
  text-align: center;
}

.about-function-item > dd {
  margin: 0;
}

.about-function-item01 {
  top: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-function-item02 {
  top: 375px;
  left: 0;
}

.about-function-item03 {
  top: 375px;
  right: 0;
}

/**
 * Page: Facility Style
 */
.floor-intro {
  float: left;
  margin-top: 46px;
  width: 410px;
}

.floor-intro-image {
  text-align: center;
}

.floor-intro-text {
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.floor-intro-saigai {
  margin: 24px 0 0 0;
}

.floor-intro-saigai > img {
  float: left;
}

.floor-intro-saigai > span {
  display: inline-block;
  margin-left: 10px;
  color: #0d903e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22222;
}

.floor-guide {
  float: right;
  width: 780px;
}

.floor-legend {
  display: table;
  margin-left: auto;
  margin-right: 0;
}

.floor-legend-label {
  display: table-cell;
}

.floor-legend-label:after {
  content: ":";
  margin-left: .5em;
}

.floor-legend-list {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
}

.floor-legend-list > li {
  display: inline-block;
  margin-left: 25px;
  line-height: 2.25;
  vertical-align: middle;
  letter-spacing: .005em;
}

.floor-legend-list > li > .icon {
  margin-right: 15px;
}

.floor-map-legend {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.floor-content {
  margin: 4px 0 0 0;
  display: table;
  width: 100%;
}

.floor-content > dt {
  display: table-cell;
  padding: 16px 0;
  width: 80px;
  height: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.floor-content > dd {
  display: table-cell;
  position: relative;
  padding: 16px 0;
  border-left: 10px solid #fff;
  vertical-align: middle;
}

.floor-content > dd > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.floor-content-1f > dt {
  background-color: #3498db;
}

.floor-content-1f > dd {
  background-color: #eaf4fb;
}

.floor-content-1f > dd > a {
  border: 10px solid #eaf4fb;
  background-color: #3498db;
}

.floor-content-2f > dt {
  background-color: #6e64d1;
}

.floor-content-2f > dd {
  background-color: #f0effa;
}

.floor-content-2f > dd > a {
  border: 10px solid #f0effa;
  background-color: #6e64d1;
}

.floor-content-3f > dt {
  background-color: #ff664d;
}

.floor-content-3f > dd {
  background-color: #ffefed;
}

.floor-content-3f > dd > a {
  border: 10px solid #ffefed;
  background-color: #ff664d;
}

.floor-content-4f > dt {
  background-color: #f2c200;
}

.floor-content-4f > dd {
  background-color: #fef9e5;
}

.floor-content-4f > dd > a {
  border: 10px solid #fef9e5;
  background-color: #f2c200;
}

.floor-content-5f {
  margin-top: 10px;
}

.floor-content-5f > dt {
  background-color: #1bc1a0;
}

.floor-content-5f > dd {
  background-color: #e8f9f5;
}

.floor-content-5f > dd > a {
  border: 10px solid #e8f9f5;
  background-color: #1bc1a0;
}

.floor-facility {
  display: inline-block;
  margin: 0 10px;
  width: 280px;
  line-height: 1.5;
  vertical-align: middle;
}

.floor-sports {
  display: inline-block;
  margin: 0 10px;
  width: 280px;
  font-size: 14px;
  line-height: 1.57143;
  vertical-align: middle;
}

.floor-anchor {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 80px;
  height: 100%;
  background-image: url(../img/shared/arrow_bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.floor-header {
  background-color: #434e55;
}

.floor-title {
  display: inline-block;
  margin: 0;
  padding: 2px 18px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.floor-title-1f {
  background-color: #3498db;
}

.floor-title-2f {
  background-color: #6e64d1;
}

.floor-title-3f {
  background-color: #ff664d;
}

.floor-title-4f {
  background-color: #f2c200;
}

.floor-title-5f {
  background-color: #1bc1a0;
}

.floor-link {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 1em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}

.floor-link:after {
  content: ">";
  margin-left: 8px;
}

.floor-body {
  margin-top: -40px;
}

.facility-image {
  margin-top: 30px;
  margin-left: -20px;
}

.facility-image:after {
  content: "";
  display: table;
  clear: both;
}

.facility-image > img {
  float: left;
  margin-left: 20px;
}

.facility-image-parking {
  float: left;
  margin-left: 0;
  width: 590px;
}

.facility-image-parking > img {
  margin-left: 0;
}

.facility-body {
  margin: 30px 0 30px 20px;
}

.facility-body-parking {
  float: left;
  margin-left: 30px;
  width: 580px;
}

.facility-detail {
  display: table;
  margin: 17px 0 0 0;
  width: 100%;
}

.facility-detail:first-child {
  margin-top: 0;
}

.facility-detail-header {
  display: table-cell;
  width: 140px;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.facility-detail-header.running-detail-header {
  width: 260px;
}

.facility-detail-body {
  display: table-cell;
  padding: 0 0 0 45px;
  vertical-align: top;
}

.facility-detail-label {
  display: inline-block;
  padding: 3px;
  border: 1px solid #444f56;
  width: 100%;
  letter-spacing: .15em;
}

.facility-detail-text {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5;
}

.facility-detail-description {
  display: table;
  margin: 0;
}

.facility-detail-description > dt,
.facility-detail-description > dd {
  display: table-cell;
  font-size: 1.25em;
  line-height: 1.5;
}

.facility-detail-description > dd {
  margin: 0;
}

.facility-description {
  margin: 24px 0 0 0;
  line-height: 1.5;
}

.facility-description-list {
  margin-top: 12px;
}

.facility-description-list > li {
  line-height: 1.5;
}

.facility-button {
  margin: 10px 0 0 -10px;
  font-size: 0;
  line-height: 1;
}

.facility-button > a {
  margin-left: 10px;
  margin-top: 10px;
}

.facility-link {
  margin: 22px 0 0 0;
  line-height: 1.5;
}

.target-class {
  display: table;
  margin: 25px 0 0 0;
  padding-top: 25px;
  border-top: 1px dotted #000;
  width: 100%;
}

.target-class:first-child {
  margin-top: 2px;
  padding-top: 0;
  border-top: none;
}

.target-class > dt {
  display: table-cell;
  width: 5.5em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  vertical-align: top;
}

.target-class > dd {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.target-class .label-dantai {
  color: #f02475;
}

.target-class .label-kojin {
  color: #ff664d;
}

.target-class-text {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5;
}

.target-class-table {
  margin-top: 20px;
}

.target-class-table:first-child {
  margin-top: 5px;
}

.target-class-content {
  margin-top: 20px;
}

.target-class-content:after {
  content: "";
  display: table;
  clear: both;
}

.target-class-list {
  float: left;
  width: 300px;
}

.target-class-list > li {
  line-height: 1.5;
}

.target-class-image {
  text-align: right;
}

.target-class-notice {
  margin-top: 20px;
  line-height: 1.5;
}

.target-class-price {
  margin-top: 20px;
}

.target-class-price:first-child {
  margin-top: 0;
}

.target-class-tax {
  position: absolute;
  top: -1.5em;
  right: 0;
}

.shop-article {
  margin-top: 40px;
  padding: 50px;
  border: 3px solid #a7cd4a;
}

.shop-article:after {
  content: "";
  display: table;
  clear: both;
}

.shop-image {
  float: left;
  width: 400px;
}

.shop-content {
  float: right;
  width: 644px;
}

.shop-date {
  display: block;
  font-size: 0.875em;
  text-align: right;
}

.shop-title {
  margin: 0;
  color: #3498db;
  font-size: 2.25em;
  line-height: 1.27778;
}

.shop-body > p {
  margin: 1em 0 0 0;
}

.available-sports {
  margin-top: 10px;
}

.floor3f-intro {
  margin-top: 50px;
}

.floor3f-intro-text {
  float: left;
  margin-left: 10px;
  width: 500px;
}

.floor3f-intro-image {
  float: right;
  margin-left: 10px;
  width: 645px;
}

.floor3f-description {
  margin-top: 0;
  padding: 0 0 0 20px;
}

.back-to-facility {
  text-align: right;
}

/**
 * Page: Guide Style
 */
.guide-list {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.guide-list:after {
  content: "";
  display: table;
  clear: both;
}

.guide-list > ul {
  display: table-cell;
  width: 50%;
}

.guide-button {
  margin-top: 50px;
  text-align: center;
}

.dantai-nav {
  margin-top: 95px;
}

.dantai-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dantai-nav > ul:after {
  content: "";
  display: table;
  clear: both;
}

.dantai-nav-item {
  float: left;
  margin-left: 40px;
  width: 250px;
  text-align: right;
}

.dantai-nav-item > p {
  margin: 10px 0 0 0;
}

.dantai-button {
  margin-top: 20px;
}

.kojin-nav {
  float: left;
  margin: 0 10px;
  width: 580px;
}

.kojin-nav-title {
  position: relative;
  margin: 0 auto;
  width: 560px;
  border-bottom: 1px dotted #000;
}

.kojin-nav-title > h2 {
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.6;
}

.kojin-nav-title > span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 1.75em;
  margin: auto;
  font-size: 0.875em;
  vertical-align: middle;
}

.kojin-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kojin-nav > ul:after {
  content: "";
  display: table;
  clear: both;
}

.kojin-nav-item {
  float: left;
  margin: 30px 20px 0 20px;
  width: 250px;
  text-align: right;
}

.kojin-nav-item > p {
  margin: 10px 0 0 0;
}

.kojin-target-table {
  margin-top: 20px;
}

.kojin-target-table > tbody > tr > td {
  text-align: center;
}

.kojin-detail {
  display: table;
  margin: 17px 0 0 0;
  width: 100%;
}

.kojin-detail:first-child {
  margin-top: 0;
}

.kojin-detail-header {
  display: table-cell;
  width: 180px;
  vertical-align: top;
}

.kojin-detail-body {
  display: table-cell;
  padding: 0 0 0 45px;
  vertical-align: top;
}

.kojin-detail-label {
  display: inline-block;
  padding: 3px;
  border: 1px solid #444f56;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
}

.kojin-detail-text {
  margin: 5px 0;
  line-height: 1.5;
}

.kojin-badminton-list, .kojin-tabletennis-list, .kojin-pool-list {
  margin-top: 20px;
}

.kojin-basketball-content {
  margin-top: 20px;
}

.kojin-basketball-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.kojin-basketball-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.kojin-futsal-list {
  display: table;
  margin: 0;
  padding-left: 0;
}

.kojin-futsal-list > li {
  display: table-row;
}

.kojin-futsal-list > li > span {
  display: table-cell;
  padding-right: 2em;
}

.kojin-archery-list {
  display: table;
  margin: 20px 0 0 0;
  padding-left: 0;
}

.kojin-archery-list > li {
  display: table-row;
}

.kojin-archery-list > li > span {
  display: table-cell;
  padding-right: 1em;
}

.kojin-archery-about {
  margin-top: 20px;
}

.kojin-archery-text {
  margin: 0;
}

.shinsei-intro {
  padding: 30px;
  border: 3px solid #a7cd4a;
  background-color: #fff;
}

.shinsei-title {
  margin: 0;
  color: #f02475;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}

.shinsei-note {
  margin-top: 15px;
  padding: 30px;
  background-color: #f1f1f1;
}

.shinsei-text-single {
  margin: 0;
}

.shinsei-text {
  margin: 16px 0 0 0;
}

.shinsei-text-reject {
  margin: 0;
  color: #41860a;
  font-size: 1.25em;
  text-align: center;
}

.shinsei-text-reject > a {
  text-decoration: underline;
}

.shinsei-text-reject:before {
  content: "（ ";
}

.shinsei-text-reject:after {
  content: " ）";
  padding-left: 25px;
  background-image: url(../img/guide/dantai/introduction/arrow_down_green.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.shinsei-link {
  text-decoration: underline;
}

.shinsei-download {
  display: table;
  margin: 10px 0 0 0;
  padding-left: 0;
  width: 100%;
  font-size: 0;
  list-style: none;
}

.shinsei-download > li {
  display: table-cell;
}

.shinsei-download-pdf {
  padding-right: 30px;
}

.shinsei-download-xls {
  border-left: 1px dotted #000;
  padding-left: 30px;
}

.shinsei-downloadlink {
  margin: 14px 0 0 0;
}

.shinsei-downloadlink > a {
  margin-left: 60px;
}

.shinsei-downloadlink > a:first-child {
  margin-left: 0;
}

.shinsei-about-title {
  margin: 20px 0 0 0;
  padding: 6px 0;
  background-color: #444f56;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  text-align: center;
}

.shinsei-about-content {
  border: 3px solid #fff;
  background-color: #fff;
}

.shinsei-about-attention {
  padding: 15px 25px;
  background-color: #fff0f0;
}

.shinsei-about-list {
  margin: 0;
  padding: 15px 25px;
}

.shinsei-nav {
  width: 1160px;
  margin: 30px 25px 0;
}

.shinsei-nav > ul {
  display: table;
  margin: 0;
  padding-left: 0;
  border-spacing: 25px 0;
}

.shinsei-nav > ul > li {
  display: table-cell;
  width: 515px;
}

.shinsei-nav-intro01, .shinsei-nav-intro02 {
  display: block;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}

.shinsei-nav-intro01:after, .shinsei-nav-intro02:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 27px;
  height: 14px;
  background-image: url(../img/guide/dantai/introduction/arrow_down_white.png);
  background-repeat: no-repeat;
}

.shinsei-nav-intro01:hover, .shinsei-nav-intro02:hover {
  color: #fff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.shinsei-nav-intro01 {
  background-color: #ea4b36;
}

.shinsei-nav-intro02 {
  background-color: #2e97de;
}

.shinsei-flow-intro01 {
  background-color: #fce9e7;
}

.shinsei-flow-intro02 {
  background-color: #e6f2fb;
}

.shinsei-flow-body {
  padding: 30px;
}

.shinsei-flow-content {
  margin-top: 15px;
  padding-top: 25px;
  background-image: url(../img/guide/dantai/introduction/arrow_down_black.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.shinsei-flow-content:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}

.shinsei-flow-inner {
  border: 3px solid #a7cd4a;
  padding: 30px;
  background-color: #fff;
}

.shinsei-flow-result {
  position: relative;
  margin-top: 15px;
}

.shinsei-note-notice {
  margin: 15px 0 0 0;
}

.shinsei-case {
  display: table-row;
  margin: 0;
}

.shinsei-case-title {
  display: table-cell;
  width: 10.75em;
}

.shinsei-case-content {
  display: table-cell;
}

.shinsei-paysy {
  margin: .5em 0 0 10.75em;
}

.shinsei-kiyaku {
  margin: 20px 0 0 0;
}

.shinsei-button {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}

.dantai-price-link {
  margin: 14px 0 0 0;
}

.dantai-price-link > a {
  margin-left: 60px;
}

.dantai-price-link > a:first-child {
  margin-left: 0;
}

.dantai-price-button {
  margin: 20px 0 0 0;
  font-size: 0;
}

.dantai-price-detail {
  display: table;
  margin: 20px 0 0 0;
  font-size: 1.25em;
  line-height: 1.4;
}

.dantai-price-detail > dt,
.dantai-price-detail > dd {
  display: table-cell;
}

.dantai-price-detail > dt {
  padding-right: 40px;
}

.chusen {
  margin-top: 16px;
  padding-top: 34px;
  background-image: url(../img/guide/dantai/chusen/arrow_down_pink.png);
  background-position: 188px 0;
  background-repeat: no-repeat;
}

.chusen-outside {
  background-image: url(../img/guide/dantai/chusen/arrow_down_green.png);
}

.chusen:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}

.chusen-inner {
  display: table;
  width: 100%;
}

.chusen-header {
  display: table-cell;
  padding: 18px;
  border: 2px solid #f02475;
  width: 400px;
  text-align: center;
  vertical-align: middle;
}

.chusen-header-outside {
  border-color: #7ac143;
}

.chusen-title {
  margin: 0;
  color: #f02475;
  font-size: 1.625em;
  font-weight: normal;
}

.chusen-title-outside {
  color: #41860a;
}

.chusen-term {
  margin: 0;
  padding: 4px;
  background-color: #fde9f1;
  color: #f02475;
  font-size: 1.125em;
}

.chusen-term-outside {
  background-color: #f1f9ec;
  color: #41860a;
}

.chusen-description {
  margin: 6px 0 0 0;
}

.chusen-body {
  display: table-cell;
  padding-left: 20px;
}

.chusen-entry {
  margin: 0 0 10px -10px;
  padding: 0;
  list-style: none;
}

.chusen-entry:after {
  content: "";
  display: table;
  clear: both;
}

.chusen-entry > li {
  float: left;
  margin: 0 0 0 10px;
  width: 365px;
  background-color: #fde9f1;
}

.chusen-entry-outside > li {
  background-color: #f1f9ec;
}

.chusen-device {
  margin: 0;
  padding: 15px 10px;
  width: 365px;
}

.chusen-device > dt {
  height: 86px;
  text-align: center;
}

.chusen-device > dd {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}

.chusen-detail {
  padding: 20px 25px;
  background-color: #fde9f1;
}

.chusen-detail-outside {
  background-color: #f1f9ec;
}

.chusen-id {
  display: table;
  margin: 10px 0;
  padding-left: 0;
}

.chusen-id > li {
  display: table-row;
  margin: 0;
}

.chusen-id > li > span {
  display: table-cell;
}

.chusen-id-number {
  width: 5em;
}

.chusen-id-value {
  width: 6em;
}

.chusen-example {
  margin-top: 50px;
}

.chusen-example-image {
  margin-top: 30px;
}

.kojin-price-notice {
  margin-top: 20px;
}

.kojin-price-tokuten {
  margin: 0;
}

.kojin-price-tokuten > dt {
  margin-top: 20px;
}

.kojin-price-tokuten > dd {
  margin: 0;
}

.rental-price {
  display: table;
  padding: 20px;
  border: 1px solid #000;
  width: 100%;
}

.rental-price:after {
  content: "";
  display: table;
  clear: both;
}

.rental-price-inner {
  display: table-cell;
  width: 50%;
  padding: 10px 20px 10px 50px;
  vertical-align: top;
}

.rental-price-inner:first-child {
  padding: 10px 50px 10px 20px;
  border-right: 1px solid #000;
}

.rental-text {
  margin: 1em 0 0 0;
}

.rental-tax {
  margin: 0;
  text-align: right;
}

.kojin-price-teiki .kojin-price-data {
  padding: 0;
}

.kojin-price-teiki > tbody > tr > td {
  line-height: 1.75;
}

.kojin-price-notes {
  margin: 5px 0 0 0;
  font-size: 0.875em;
  line-height: 1.57143;
}

.kojin-price-data {
  width: 20%;
}

.kojin-price-emphasis {
  font-size: 1.875em;
  font-weight: normal;
}

.price-data {
  display: table;
  padding: 7px 14px;
  border: 5px solid #fff;
  width: 100%;
}

.price-data-inside {
  background-color: #f4fcdf;
}

.price-data-outside {
  background-color: #fff;
}

.price-data-label {
  display: table-cell;
  padding-left: 20px;
  width: 50%;
  text-align: left;
}

.price-data-value {
  display: table-cell;
  padding-right: 20px;
  width: 50%;
  text-align: right;
}

.visitor-intro {
  padding: 30px;
  border: 3px solid #a7cd4a;
  background-color: #fff;
}

.visitor-title {
  margin: 0;
  color: #ff664d;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}

.visitor-note {
  margin-top: 15px;
  padding: 30px;
  background-color: #f1f1f1;
}

.visitor-text {
  margin: 16px 0 0 0;
  text-align: center;
}

.visitor-flow {
  margin-top: 0;
}

.visitor-flow-content {
  margin-top: 15px;
  padding-top: 25px;
  background-image: url(../img/guide/dantai/introduction/arrow_down_black.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.visitor-flow-content:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}

.visitor-flow-inner {
  border: 3px solid #a7cd4a;
  padding: 30px;
  background-color: #fff;
}

.visitor-ticket {
  display: table;
  margin: 20px 0 0 0;
  width: 100%;
}

.visitor-ticket > dt {
  display: table-cell;
  padding: 20px;
  width: 20%;
  background-color: #f1f1f1;
  vertical-align: middle;
}

.visitor-ticket > dd {
  display: table-cell;
  padding: 10px 20px;
}

.visitor-notice {
  margin-top: 30px;
}

.visitor-data {
  margin: 15px auto 0;
  border-collapse: separate;
  border-spacing: 2px 8px;
}

.visitor-data-head {
  text-align: center;
  font-weight: bold;
}

.visitor-data-label {
  padding: 15px 20px;
  width: 50%;
  background-color: #f1f1f1;
}

.visitor-data-value {
  padding: 15px 20px;
  width: 50%;
  background-color: #ffeeeb;
}

.visitor-list {
  margin-top: 15px;
}

.visitor-item {
  display: table;
  margin: 0 auto;
  border-spacing: 2px;
  width: 50%;
}

.visitor-item > dt,
.visitor-item > dd {
  display: table-cell;
  padding: 15px 20px;
  width: 50%;
  background-color: #f1f1f1;
}

.visitor-item > dt.vertical-m,
.visitor-item > dd.vertical-m {
  vertical-align: middle;
}

.visitor-item-use {
  width: 100%;
}

.visitor-item-use > dt {
  width: 15%;
}

.member-requirement {
  margin-top: 20px;
  padding: 28px;
  border: 2px solid #a1a4a6;
}

.member-requirement > dt {
  margin: 0;
  font-weight: bold;
}

.member-requirement > dd {
  margin: 0;
}

.member-requirement-list {
  margin: 0;
}

.locker-head {
  text-align: left;
}

.locker-value {
  padding-right: 2em;
}

/**
 * Page: Access Style
 */
.access-body {
  margin: 12px 65px;
}

.access-term {
  width: 188px;
}

.access-parking {
  margin-top: 12px;
  padding: 22px 28px;
  border: 2px solid #a1a4a6;
}

.access-map {
  margin-top: 40px;
  text-align: center;
}

/**
 * Page: Sports-School Style
 */
.school-title {
  text-align: center;
}

.school-prepare-list {
  margin-top: 12px;
  padding: 22px 28px;
  border: 2px solid #a1a4a6;
}

.school-kids {
  padding: 50px 20px;
  background-color: #e8f6fa;
}

.school-seijin {
  margin-left: 20px;
  padding: 50px 20px;
  background-color: #e8f0fa;
}

.school-etc {
  margin-top: 20px;
}

.school-intro {
  margin-top: 30px;
}

.school-text {
  margin: 0 0 0 20px;
  max-height: 100%;
}

.school-text2 {
  margin: 20px 0 0 20px;
  color: #ff0000;
}

.school-link-text {
  margin: 1em 0 0 20px;
}


.school-data01 {
  margin-top: 30px;
}

.school-data02 {
  margin-top: 30px;
  margin-left: 20px;
}

.school-age {
  width: 370px;
}

.school-color {
  width: 120px;
}

.school-color-pool {
  width: 140px;
}

.school-day {
  width: 180px;
}

.school-day-pool {
  width: 110px;
}

.school-time {
  width: 140px;
}

.school-fixed {
  width: 90px;
}

.school-term {
  width: 238px;
  vertical-align: top;
}

.school .school-class {
  text-align: left;
}

.school-notice {
  margin-top: 10px;
}

.school-entry {
  margin: 0;
  padding: 10px 0;
  border: 2px solid #a1a4a6;
  font-size: 1.875em;
  line-height: 1.46154;
  text-align: center;
}

.school-docs {
  text-align: right;
}

.school-golf-text {
  margin: 14px 0 0 0;
  text-align: right;
}

/* furikae */
.furikae {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 2px;
}

.furikae-link1 {
  margin-left: 10px;
  padding: 5px 16px;
  background-color: #67cb33;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 1.46154;
  text-decoration: none;
}

.furikae-link1:hover {
  background-color: rgba(103, 203, 51, 0.8);
  color: #ffffff;
}

.furikae-link2 {
  position: relative;
  margin-left: 10px;
  padding: 5px 16px;
  color: #ffffff;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.46154;
  text-decoration: none;
}

.furikae-link2 > span {
  position: relative;
}

.furikae-link2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #00aade 0, #00aade 10px, #33bbe3 10px, #33bbe3 16px);
}

.furikae-link2:hover {
  color: #ffffff;
}

.furikae-link2:hover:before {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.school-kids-header {
  display: flex;
  justify-content: space-between;
}

.furikae-banner {
  border: 1px solid #00aade;
  width: 230px;
}

.furikae-banner > a {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  color: #444f56;
}

.furikae-banner > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.furikae-banner > a:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  border: 5px solid transparent;
  border-right-color: #00aade;
  border-bottom-color: #00aade;
  width: 0;
  height: 0;
}

.furikae-banner-title {
  position: relative;
  margin: 0;
  padding: 5px 16px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.46154;
  text-align: center;
}

.furikae-banner-title > span {
  position: relative;
}

.furikae-banner-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #00aade 0, #00aade 10px, #33bbe3 10px, #33bbe3 16px);
}

.furikae-banner-text {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.4;
}
/**
 * Page: sports-school Style furikae-bannerNew
 */
.furikae-banner-block{
  display: block;
}
.furikae-banner-styleB {
  border: 1px solid #00aade;
  width: 230px;
  margin-bottom: 7px;
  background-color: #FFF;
}
.furikae-banner-styleB:last-child {
  margin-bottom: 0px;
}
.furikae-banner-styleB > a {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  color: #444f56;
}

.furikae-banner-styleB > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.furikae-banner-styleB > a:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  border: 5px solid transparent;
  border-right-color: #00aade;
  border-bottom-color: #00aade;
  width: 0;
  height: 0;
}

.furikae-banner-styleB-title {
  position: relative;
  margin: 0;
  padding: 2px 16px 0px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3;
}

.furikae-banner-styleB-title > span {
  position: relative;
}

.furikae-banner-styleB-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #00aade 0, #00aade 10px, #33bbe3 10px, #33bbe3 16px);
}

.furikae-banner-styleB-text {
  font-size: 0.85em;
  line-height: 1.4;
  padding: 6px 8px;
}
.furikae-banner-styleB-textBL {
  font-size: 0.85em;
  line-height: 1.4;
  padding: 6px 8px 3px;
  color: #20abce;
  font-weight: 600;
}
/**
 * Page: Sports-Program Style
 */
.program-flow-list {
  margin-top: 12px;
  padding: 22px 28px;
  border: 2px solid #a1a4a6;
}

.program-name-label {
  width: 265px;
}

.program-time-label, .program-fixed-label, .program-level-label {
  width: 132px;
}

.table .program-summary-value {
  text-align: left;
}

.program-level-value {
  color: #41860a;
  letter-spacing: .2em;
}

/**
 * Page: Clubroom Style
 */
.clubroom-intro:after {
  content: "";
  display: table;
  clear: both;
}

.clubroom-intro-image {
  float: left;
  padding-top: 22px;
  padding-left: 50px;
  width: 410px;
}

.clubroom-intro-text {
  float: left;
  width: 750px;
}

.clubroom-function-detail {
  margin: 0;
}

.clubroom-function-detail > dt {
  margin: 20px 0 0 0;
  font-size: 1.125em;
  font-weight: bold;
}

.clubroom-function-detail > dd {
  margin: 0;
}

.clubroom-localarea {
  margin-top: 30px;
  padding: 30px;
  background-color: #f0f0f0;
}

.clubroom-localarea-title {
  margin: 0;
  font-size: 1.25em;
}

.clubroom-localarea-content:after {
  content: "";
  display: table;
  clear: both;
}

.clubroom-localarea-image {
  padding-top: 24px;
  width: 417px;
  float: right;
}

.clubroom-localarea-text {
  float: left;
  width: 588px;
}

.clubroom-localarea-list {
  margin: 10px 0 0 0;
  padding: 22px 30px;
  background-color: #fff;
}

.clubroom-localarea-detail {
  margin: 20px 0 0 0;
}

.clubroom-link > a {
  margin-right: 40px;
}

.clubroom-info {
  margin-top: 20px;
  padding: 30px;
  width: 570px;
  background-color: #f0f0f0;
}

/**
 * Page: FAQ Style
 */
.qaindex {
  margin: 50px 20px 0;
}

.qaindex > ul {
  margin: -20px 0 0 -10px;
  padding-left: 0;
  list-style: none;
}

.qaindex > ul:after {
  content: "";
  display: table;
  clear: both;
}

.qaindex-item {
  float: left;
  margin: 20px 0 0 10px;
  width: 380px;
}

.qaindex-item > a {
  display: block;
  position: relative;
  padding: 4px 16px;
  background-color: #a7cd4a;
  color: #fff;
  font-size: 1.125em;
  text-decoration: none;
}

.qaindex-item > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 20px;
  height: 10px;
  background-image: url(../img/faq/index/arrow_down_white.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.qaindex-item > a:hover {
  background-color: #7ac143;
}

.qalist {
  margin: 20px 0 0 0;
}

.qalist-q {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 52px;
  border-bottom: 1px dotted #444f56;
  background-image: url(../img/faq/index/icon_q.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  color: #41860a;
  font-weight: bold;
}

.qalist-q-toggle {
  cursor: pointer;
}

.qalist-q-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 20px;
  height: 10px;
  background-image: url(../img/faq/index/arrow_down_green.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.qalist-q-toggle.is-active:after {
  background-image: url(../img/faq/index/arrow_up_green.png);
}

.qalist-a {
  margin: 0;
  padding: 20px;
  background-color: #ecedee;
}

.qalist-a.is-hidden {
  display: none;
}

.qalist-a > p {
  margin: 1em 0 0 0;
}

.qalist-a > p:first-child {
  margin-top: 0;
}

/**
 * Page: About Style
 */
.site-policy-browser {
  display: table;
  margin: 20px 0 0 0;
  padding: 18px 14px;
  border: 2px solid #a1a4a6;
  width: 100%;
}

.site-policy-browser-list {
  display: table-cell;
  margin: 0;
  padding: 4px 0 4px 30px;
  border-left: 2px solid #a1a4a6;
  width: 50%;
}

.site-policy-browser-list:first-child {
  padding-left: 0;
  border-left: none;
}

.site-policy-browser-list > dt {
  padding-left: 1em;
  text-indent: -1em;
}

.site-policy-browser-list > dd {
  margin: .5em 0 0 0;
  padding-left: 1em;
}

.site-policy-browser-list ul {
  margin: 0;
  padding-left: 1.5em;
}

.site-policy-list {
  margin-top: 20px;
}

.banner-adobe-reader {
  margin-right: 10px;
  vertical-align: middle;
}

/**
 * Page: Sitemap Style
 */
.sitemap-link-block {
  position: relative;
  float: left;
  display: block;
  padding: 11px 20px;
  background-color: #a7cd4a;
  color: #fff;
  text-decoration: none;
}

.sitemap-link-block:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 8px;
  height: 16px;
  background-image: url(../img/shared/arrow_right_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.sitemap-link-block:hover {
  color: #fff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.sitemap-level1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-level1-item:after {
  content: "";
  display: table;
  clear: both;
}

.sitemap-level1-link {
  width: 158px;
}

.sitemap-level2 {
  float: left;
  margin: -20px 0 0 0;
  padding: 0;
  width: 1002px;
  list-style: none;
}

.sitemap-level2-item {
  margin: 20px 0 0 20px;
}

.sitemap-level2-item:after {
  content: "";
  display: table;
  clear: both;
}

.sitemap-level2-link {
  width: 282px;
}

.sitemap-level2-body {
  float: left;
  margin: 0 0 0 20px;
  padding: 20px 30px;
  width: 680px;
  background-color: #f7f7f7;
}

.sitemap-link-text {
  display: block;
  margin: 6px 0;
  text-decoration: none;
}

.sitemap-link-text:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 13px;
  background-image: url(../img/shared/arrow_link.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.sitemap-link-text:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.sitemap-level3 {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-level3-item {
  display: table-row;
}

.sitemap-level3-label {
  display: table-cell;
  padding-right: 50px;
  vertical-align: top;
}

.sitemap-level3-body {
  display: table-cell;
  background-color: #f7f7f7;
}

.sitemap-level4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-level4-item:after {
  content: "";
  display: table;
  clear: both;
}

.sitemap-other {
  margin: 50px 0 0 0;
}

.sitemap-other-list {
  margin: 0 0 0 -50px;
  padding: 0;
}

.sitemap-other-item {
  display: inline-block;
  margin-left: 50px;
}

/**
 * Page: News Style
 */
.news-main {
  float: left;
  width: 850px;
}

.news-main-inner {
  border-top: 1px dotted #000;
}

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-item {
  border-bottom: 1px dotted #000;
}

.article-link {
  position: relative;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
}

.article-link:hover {
  background-color: #f2f2f2;
}

.article-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 15px;
  height: 31px;
  background-image: url(../img/news/index/arrow_right_grey.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.article-date {
  display: inline-block;
  color: #687075;
  font-weight: bold;
}

.article-category {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  background-color: #000;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.15em;
  vertical-align: text-bottom;
}

.article-category-event {
  background-color: #e74c3c;
}

.article-category-seminar {
  background-color: #3498db;
}

.article-category-campaign {
  background-color: #f39c12;
}

.article-category-facility {
  background-color: #ea6ebd;
}

.article-category-operation {
  background-color: #1dbeb1;
}

.article-category-maintenance {
  background-color: #928af6;
}

.article {
  padding: 25px 20px;
  border-bottom: 1px dotted #000;
}

.article-title {
  margin: 8px 0 0 0;
  color: #444f56;
  font-size: 1em;
}

.article-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

.article-body {
  padding: 10px 0 0 0;
}

.article-body:after {
  content: "";
  display: table;
  clear: both;
}

.article-body > p {
  margin: 1em 0 0 0;
}

.article-body img {
  margin: 20px 0 0 0;
}

.news-side {
  float: left;
  margin-left: 40px;
  width: 290px;
}

.widget {
  position: relative;
  margin: 20px 0 0 0;
  padding: 20px;
  background-color: #697278;
}

.widget:first-child {
  margin-top: 0;
}

.widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 9px solid transparent;
  border-top: 9px solid #fff;
  border-left: 9px solid #fff;
}

.widget-title {
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 1.125em;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list-item {
  margin: 10px 0 0 0;
}

.category-link {
  display: block;
  padding: 6px 14px;
  border-left: 4px solid #000;
  background-color: #fff;
  text-decoration: none;
}

.category-link-event {
  border-color: #e74c3c;
}

.category-link-seminar {
  border-color: #3498db;
}

.category-link-campaign {
  border-color: #f39c12;
}

.category-link-facility {
  border-color: #ea6ebd;
}

.category-link-operation {
  border-color: #1dbeb1;
}

.category-link-maintenance {
  border-color: #928af6;
}

.category-link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.category-count {
  color: #c4c4c4;
  font-size: 0.875em;
}

.category-title {
  margin: 0;
  padding: 4px 16px;
  border-left: 4px solid #000;
  background-color: #e4e4e4;
  font-size: 1.5em;
}

.category-title-event {
  border-color: #e74c3c;
}

.category-title-seminar {
  border-color: #3498db;
}

.category-title-campaign {
  border-color: #f39c12;
}

.category-title-facility {
  border-color: #ea6ebd;
}

.category-title-operation {
  border-color: #1dbeb1;
}

.category-title-maintenance {
  border-color: #928af6;
}

.archive-list {
  margin: 10px 0 0 0;
}

.archive-list-title {
  position: relative;
  margin: 0;
  padding: 3px 17px;
  background-color: #7ba710;
  color: #fff;
  cursor: pointer;
}

.archive-list-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 19px;
  height: 9px;
  background-image: url(../img/shared/arrow_down_white.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.archive-list-title.is-active {
  background-color: #8f959a;
}

.archive-list-title.is-active:after {
  background-image: url(../img/shared/arrow_up_white.png);
}

.archive-title {
  margin: 0;
  padding: 4px 16px;
  background-color: #e4e4e4;
  font-size: 1.125em;
}

.archive-monthly {
  font-size: 133.33333%;
}

.monthly-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.monthly-list-item {
  margin: 1px 0 0 0;
}

.monthly-list-item:first-child {
  margin-top: 2px;
}

.monthly-list.is-hidden {
  display: none;
}

.monthly-link {
  display: block;
  padding: 6px 14px;
  background-color: #fff;
  text-decoration: none;
}

.monthly-link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.monthly-label {
  font-size: 0.875em;
}

.monthly-value {
  margin: 0 2px;
  font-size: 128.57143%;
}

.monthly-count {
  color: #c4c4c4;
  font-size: 0.875em;
}

.pagination {
  margin: 30px 0 0 0;
}

.pagination-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pagination-list > li {
  display: inline-block;
}

.pagination-list > li > a {
  text-decoration: none;
}

.pagination-num {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  width: 30px;
  height: 30px;
  background-color: #a7cd4a;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.pagination-num:hover {
  color: #fff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pagination-num.is-current {
  background-color: #fff;
  color: #41860a;
}

.pagination-prev, .pagination-next {
  display: inline-block;
  padding: 1px 9px;
  border: 1px solid #a7cd4a;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.pagination-prev:hover, .pagination-next:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pagination-prev.is-disable, .pagination-next.is-disable {
  border-color: #c7cacc;
}

.pagination-prev.is-disable:hover, .pagination-next.is-disable:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pagination-prev {
  margin-right: 20px;
  background-image: url(../img/shared/arrow_left_green.png);
}

.pagination-prev.is-disable {
  background-image: url(../img/shared/arrow_left_grey.png);
}

.pagination-next {
  margin-left: 20px;
  background-image: url(../img/shared/arrow_right_green.png);
}

.pagination-next.is-disable {
  background-image: url(../img/shared/arrow_right_grey.png);
}

.fs-current-link {
  background-color: #fff;
  color: #41860a;
}

.fs-current-link:hover {
  color: #41860a;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/**
 * Page: Search Style
 */
.search-area {
  margin: 20px 0 0 0;
  width: 50%;
}

.search-content {
  padding-bottom: 40px;
}

.search-list {
  list-style: none;
  padding-left: 0;
}

.search-list > li {
  margin-top: 30px;
}
